home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AGA Toolkit '97
/
The AGA Toolkit '97.iso
/
programming
/
gui
/
gadtoolsbox
/
oberon
/
getfile
/
bases.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-07
|
344 b
|
16 lines
XDEF _IntuitionBase
XDEF _GfxBase
XDEF _UtilityBase
XDEF _GadToolsBase
SECTION "bases",DATA
even
_IntuitionBase: dc.l 0
_GfxBase dc.l 0
_UtilityBase dc.l 0
_GadToolsBase dc.l 0
end